home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / func / mere < prev    next >
Encoding:
Text File  |  1993-01-31  |  84 b   |  4 lines

  1. #! /bin/sh
  2. # read a man page in the current directory
  3. nroff -man -Tman $1 | less -s
  4.